@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
 
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: montserrat, sans-serif;
    padding: 0;
    background-color: white;
    box-sizing: border-box;
}

/* Header Styles */
header {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 0.001px solid #13349c;
    padding: 5px 60px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    align-items: center;
    font-family: montserrat;
}


a, a:hover {
    text-decoration: none;
}

.logo img{
    height: 40px;
    margin-right: 10px;
}

nav {
    padding: 5px 20px;
    display: flex;
    align-items: center;
}

nav a {
    color: black;
}

nav a:hover {
    color: #007BFF;
}

.logo {
    flex: 1;
}

.menu {
    display: flex;
    align-items: center;
    list-style: none;
}

.menu li {
    padding: 15px 30px;
    font-size: 16px;
}

.toggle {
    font-size: 30px;
    display: none;
}



.contact-button {
    background-color: #13349c;
    color: white !important; /* Changez la couleur du texte en blanc avec !important */
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none; /* Assurez-vous que le lien ne soit pas souligné */
    display: inline-block; /* Assurez-vous que le bouton soit affiché correctement */
    font-weight: 600; /* Pour rendre le texte un peu plus épais */
    text-align: center; /* Centrez le texte */
    transition: background-color 0.3s ease;
}


.contact-button:hover {
    background-color: #007BFF;
}

/* Responsive Styles */
@media screen and (max-width: 1000px) {
    

    header {
        background-color: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-bottom: 0.001px solid #13349c;
        padding: 0 0;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
        align-items: center;
        font-family: montserrat;
    }
    nav {
        display: block;
        position: relative;
        padding: 15px 20px;
        background-color: white;
        width: 100%;  
    }

    nav a {
        color: black;
    }
    
    nav a:hover {
        color: #007BFF;
    }

    .logo img{
        width: 45%;
        height: 45%;
    }

    .menu {
        margin-top: 15px;
        display: none;
    }

    .menu.active, .toggle{
        display: block;
    }

    .toggle {
        position: absolute;
        top: 15px;
        right: 20px;
    }

    .menu li {
        padding: 20px 20px;
        font-size: 14px;
    }
}

.nous-contacter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 50px;
    background-color: white;
    border-radius: 20px;
    margin: 40px -60px;
}

.text-content {
    flex: 1;
    padding-right: 120px;
    transition: transform 0.8s ease-out, opacity 1s ease-out;
    opacity: 0;
    transform: translateX(-100%);
    margin-top: 30px;
    
}

.text-content h1 {
    font-size: 48px;
    margin: 0 0 20px 120px;
}

.text-content p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 10px 120px;
}


.image-content {
    width: 600px;
    height: 466px;
    overflow: hidden;
    position: relative;
    transition: transform 0.8s ease-out, opacity 1s ease-out;
    opacity: 0;
    transform: translateX(100%);
  }


  
  .rounded-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    
  }

  .nous-contacter-header .text-content.animate-left {
    transform: translateX(0);
    opacity: 1;
}

.nous-contacter-header .image-content.animate-right {
    transform: translateX(0);
    opacity: 1;
}

.nous-contacter-header .text-content {
    transform: translateX(-100%);
}

.nous-contacter-header .image-content {
    transform: translateX(100%);
}

  .notre-approche-est-1 {
    position: relative;
    font-weight: 600;
    color: #333;
  }

  .notre-approche-est {
    position: relative;
    font-weight: 600;
    }
    .notre-approche-est-donc-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    }
    .spcifique-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    }
    .caretdown-icon {
    width: 18px;
    position: relative;
    height: 18px;
    object-fit: contain;
    
    }
    .nous-capitalisations-sur {
    width: 924px;
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    }
    .nous-capitalisations-sur-notre-wrapper {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 0px;
    }
    .caretdown-parent {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    }
    .frame-wrapper {
    width: 962px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 18px;
    color: white;
    }
    .frame-group {
    align-self: stretch;
    backdrop-filter: blur(30px);
    border-radius: 15px;
    background-color: rgba(0, 92, 167, 0.774);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    gap: 19px;
    }
    .frame-parent {
    width: 85%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 36px;
    text-align: left;
    font-size: 24px;
    color: white;
    font-family: Montserrat;
    margin-left: 100px;
    }


    @media screen and (max-width: 1000px) {

        /* Ajustement du header "Nous Contacter" */
        .nous-contacter-header {
            flex-direction: column;
            padding: 40px;
            width: 100%;
            justify-content: space-between;
            align-items: center;
            justify-content: center;
            font-family: montserrat;
        }
    
        .image-content {
            display: none;
        }
    
        .text-content {
            margin: 20px 0;
            padding-right: 0;
            display: block; 
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100%;
            margin-top: 40px;
        }
    
        .text-content h1 {
            font-size: 28px;
        }
    
        .text-content p {
            font-size: 16px;
        }
    
        .image-content img {
            max-width: 100%;
            margin: 10px 70px;
            clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        }
    
        /* Ajustement du cadre "Notre approche est donc" */
        .frame-parent {
            width: 100%;
            margin-left: 0;
            padding: 0 40px;
        }
    
        .frame-group {
            padding: 15px;
            gap: 10px;
            width: 100%;
        }
    
        .frame-wrapper {
            width: 100%;
            font-size: 16px;
        }
    
        .nous-capitalisations-sur {
            width: 100%;
        }
    
        .caretdown-parent {
            gap: 10px;
        }
    
        .caretdown-icon {
            width: 16px;
            height: 16px;
        }
    }
    













    
    footer {
        background-color: #fff;
        color: #333;
        padding: 20px 0;
        font-family: montserrat;
        margin-top: 20px;
        align-items: center;
        justify-content: center;
    }
    
    .footer-container {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap;
        max-width: max-content;
        margin: 0 50px;
        padding: 0 20px;
        height: 300px;
        overflow: hidden;
    }
    
    .footer-logo {
        flex: 1;
        margin: 10px;
        overflow: hidden;
        height: 100%;
        display: block;
    }
    
    .footer-logo img {
        width: 150px;
        margin-bottom: 10px;
    }
    
    .footer-info {
        flex: 2;
        display: flex;
        justify-content: space-between;
        margin: 15px 100px;
        margin-left: 200px;
    }
    
    .info-block h3 {
        margin-bottom: 15px;
        font-size: 16px;
        color: #333;
    }
    
    .info-block ul {
        list-style: none;
        padding: 20px;
    }
    
    .info-block ul li {
        margin-bottom: 15px;
    }
    
    .footer-contact {
        flex: 1;
        margin: 20px 0;
        
    }
    
    .footer-contact p {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .footer-contact i {
        margin-right: 10px;
    }
    
    .footer-bottom {
        text-align: center;
        padding: 10px 0;
        border-top: 1px solid #13349c;
        margin-left: 80px;
        margin-right: 80px;
        
    }
    
    @media screen and (max-width: 1000px) {
        .footer {
            background-color: #fff;
            color: #333;
            padding: 10px 0;
            font-family: montserrat;
            margin-top: 20px;   
        }
    
        .footer-container {
            flex-direction: column;
            overflow: hidden;
            height: max-content;
            margin: 0 10px;
            padding: 0 10px;
        }
    
    
        .footer-info {
            flex-direction: column;
            overflow: hidden;
            justify-content: space-between;  
            flex: 2;
            display: block;
            left: 0;
            margin-left: 10px;
        }
    
    
        .info-block {
            margin-top: 20px;
            display: block;
            left: 0;
        }
          
    }

